home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
S
/
wws9530
/
Product
/
WORDSRCH.EXE
/
0
/
RCDATA
/
TASCIIOUTPUT
/
TASCIIOUTPUT.txt
Wrap
Text File
|
1996-03-09
|
3KB
|
163 lines
object AsciiOutput: TAsciiOutput
Left = 300
Top = 116
BorderStyle = bsDialog
Caption = 'Output To Ascii File'
ClientHeight = 224
ClientWidth = 437
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
Scaled = False
OnShow = FormShow
TextHeight = 19
object Panel1: TPanel
Left = 4
Top = 4
Width = 429
Height = 73
Color = clTeal
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 8
Width = 417
Height = 61
AutoSize = False
Caption =
'This function allows you to save the current puzzle into a stand' +
'ard text file. This will permit you to edit and print the puzzl' +
'e using your favorite word processor.'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
end
object Panel2: TPanel
Left = 8
Top = 88
Width = 221
Height = 89
TabOrder = 1
object Label2: TLabel
Left = 4
Top = 8
Width = 209
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Spaces Between Letters'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object NoLetter: TRadioButton
Left = 20
Top = 36
Width = 81
Height = 17
Caption = 'None'
TabOrder = 0
OnClick = NoLetterClick
end
object OneLetter: TRadioButton
Left = 20
Top = 60
Width = 81
Height = 17
Caption = 'One'
TabOrder = 1
OnClick = OneLetterClick
end
object TwoLetter: TRadioButton
Left = 124
Top = 36
Width = 81
Height = 17
Caption = 'Two'
TabOrder = 2
OnClick = TwoLetterClick
end
object ThreeLetter: TRadioButton
Left = 124
Top = 60
Width = 81
Height = 17
Caption = 'Three'
TabOrder = 3
OnClick = ThreeLetterClick
end
end
object Panel3: TPanel
Left = 240
Top = 88
Width = 189
Height = 89
TabOrder = 2
object Label3: TLabel
Left = 12
Top = 8
Width = 169
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Line Spacing'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object SingleLine: TRadioButton
Left = 52
Top = 36
Width = 113
Height = 17
Caption = 'Single'
TabOrder = 0
OnClick = SingleLineClick
end
object DoubleLine: TRadioButton
Left = 52
Top = 60
Width = 113
Height = 17
Caption = 'Double'
TabOrder = 1
OnClick = DoubleLineClick
end
end
object OkButton: TButton
Left = 76
Top = 184
Width = 129
Height = 33
Caption = '&Ok'
TabOrder = 3
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 220
Top = 184
Width = 129
Height = 33
Caption = '&Cancel'
TabOrder = 4
OnClick = CancelButtonClick
end
object MySaveDialog: TSaveDialog
DefaultExt = 'TXT'
Filter = 'Text File (*.TXT)|*.TXT'
Title = 'Puzzle To Ascii Text File'
Left = 384
Top = 188
end
end